﻿2026-06-07T04:24:18.9503934Z ##[group]Run actions/checkout@v5
2026-06-07T04:24:18.9506464Z with:
2026-06-07T04:24:18.9507571Z   repository: SaberMage/spt-core
2026-06-07T04:24:18.9523464Z   token: ***
2026-06-07T04:24:18.9524557Z   ssh-strict: true
2026-06-07T04:24:18.9525634Z   ssh-user: git
2026-06-07T04:24:18.9526742Z   persist-credentials: true
2026-06-07T04:24:18.9527992Z   clean: true
2026-06-07T04:24:18.9529098Z   sparse-checkout-cone-mode: true
2026-06-07T04:24:18.9530817Z   fetch-depth: 1
2026-06-07T04:24:18.9531914Z   fetch-tags: false
2026-06-07T04:24:18.9533034Z   show-progress: true
2026-06-07T04:24:18.9534138Z   lfs: false
2026-06-07T04:24:18.9535225Z   submodules: false
2026-06-07T04:24:18.9536348Z   set-safe-directory: true
2026-06-07T04:24:18.9538111Z ##[endgroup]
2026-06-07T04:24:19.1195371Z Syncing repository: SaberMage/spt-core
2026-06-07T04:24:19.1200164Z ##[group]Getting Git version info
2026-06-07T04:24:19.1202673Z Working directory is '/home/david/actions-runner/_work/spt-core/spt-core'
2026-06-07T04:24:19.1206233Z [command]/usr/bin/git version
2026-06-07T04:24:19.1207723Z git version 2.34.1
2026-06-07T04:24:19.1212967Z ##[endgroup]
2026-06-07T04:24:19.1224084Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/949fa962-1552-4f97-adfe-0c0cc72252eb/.gitconfig'
2026-06-07T04:24:19.1229130Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/949fa962-1552-4f97-adfe-0c0cc72252eb' before making global git config changes
2026-06-07T04:24:19.1233524Z Adding repository directory to the temporary git global config as a safe directory
2026-06-07T04:24:19.1237183Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core
2026-06-07T04:24:19.1480948Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-07T04:24:19.1509719Z https://github.com/SaberMage/spt-core
2026-06-07T04:24:19.1529321Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-07T04:24:19.1534971Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-07T04:24:19.1565204Z refs/heads/dev-freeform
2026-06-07T04:24:19.1578956Z [command]/usr/bin/git checkout --detach
2026-06-07T04:24:19.1934545Z HEAD is now at de3e311 chore(release): bump workspace version to 0.1.1
2026-06-07T04:24:19.1994992Z [command]/usr/bin/git branch --delete --force dev-freeform
2026-06-07T04:24:19.2040156Z Deleted branch dev-freeform (was de3e311).
2026-06-07T04:24:19.2099418Z ##[endgroup]
2026-06-07T04:24:19.2101730Z [command]/usr/bin/git submodule status
2026-06-07T04:24:19.2385567Z ##[group]Cleaning the repository
2026-06-07T04:24:19.2391119Z [command]/usr/bin/git clean -ffdx
2026-06-07T04:24:20.4618899Z Removing .adapter-notify/
2026-06-07T04:24:20.4621420Z Removing target/
2026-06-07T04:24:20.4636408Z [command]/usr/bin/git reset --hard HEAD
2026-06-07T04:24:20.4754543Z HEAD is now at de3e311 chore(release): bump workspace version to 0.1.1
2026-06-07T04:24:20.4762383Z ##[endgroup]
2026-06-07T04:24:20.4764847Z ##[group]Disabling automatic garbage collection
2026-06-07T04:24:20.4772425Z [command]/usr/bin/git config --local gc.auto 0
2026-06-07T04:24:20.4811163Z ##[endgroup]
2026-06-07T04:24:20.4814617Z ##[group]Setting up auth
2026-06-07T04:24:20.4821239Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-07T04:24:20.4863750Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-07T04:24:20.5108239Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-07T04:24:20.5148893Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-07T04:24:20.5390597Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-07T04:24:20.5434058Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-07T04:24:20.5687209Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-07T04:24:20.5748393Z ##[endgroup]
2026-06-07T04:24:20.5750931Z ##[group]Fetching the repository
2026-06-07T04:24:20.5773881Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +de3e311871e31ef0b9deaf0ac661f0adaeddc981:refs/remotes/origin/dev-freeform
2026-06-07T04:24:21.1435907Z ##[endgroup]
2026-06-07T04:24:21.1438849Z ##[group]Determining the checkout info
2026-06-07T04:24:21.1440810Z ##[endgroup]
2026-06-07T04:24:21.1441920Z [command]/usr/bin/git sparse-checkout disable
2026-06-07T04:24:21.1445069Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-07T04:24:21.1448608Z ##[group]Checking out the ref
2026-06-07T04:24:21.1450701Z [command]/usr/bin/git checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-07T04:24:21.1506536Z Switched to a new branch 'dev-freeform'
2026-06-07T04:24:21.1508565Z Branch 'dev-freeform' set up to track remote branch 'dev-freeform' from 'origin'.
2026-06-07T04:24:21.1516986Z ##[endgroup]
2026-06-07T04:24:21.1564367Z [command]/usr/bin/git log -1 --format=%H
2026-06-07T04:24:21.1600341Z de3e311871e31ef0b9deaf0ac661f0adaeddc981
